home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000361_karenb@cc.gatech.edu_Thu Mar 10 09:03:37 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from burdell.cc.gatech.edu by cs.umb.edu with SMTP id AA19809
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 10 Mar 1994 14:03:42 -0500
  3. Received: from lennon.cc.gatech.edu (karenb@lennon-cc.cc.gatech.edu [130.207.7.134]) by burdell.cc.gatech.edu (8.6.4/8.6.4) with ESMTP id OAA19748 for <tex-k@cs.umb.edu>; Thu, 10 Mar 1994 14:03:40 -0500
  4. Received: from localhost (karenb@localhost) by lennon.cc.gatech.edu (8.6.4/8.6.4) id OAA20263 for tex-k@cs.umb.edu; Thu, 10 Mar 1994 14:03:37 -0500
  5. From: karenb@cc.gatech.edu (Karen Barrett)
  6. Message-Id: <199403101903.OAA20263@lennon.cc.gatech.edu>
  7. Subject: Question
  8. To: tex-k@cs.umb.edu
  9. Date: Thu, 10 Mar 94 14:03:37 EST
  10. X-Mailer: ELM [version 2.3 PL11]
  11.  
  12. Hi,
  13.  
  14. I found this while playing with LaTeX:
  15.  
  16. Version 6.1 of TeX/LaTeX and release 1.8 of Psfig/TeX (psfig.tex) together 
  17. allow the ability to include compressed ps files.  When TeX realizes that it 
  18. has a compressed file, it prints out a series of special commands to handle
  19. uncompressing the file.  In particular, "ps: plotfile "`zcat filename"".
  20.  
  21. The problem occurs when xdvi (version 1.5 and version 1.7)) trys to parse 
  22. this special command.  There currently does not exist any special 
  23. consideration for this case.  What happens is that when parsing the special 
  24. command, it thinks that the filename is "`zcat" and trys to open that file, 
  25. and of course can't find it.  If you look at dvips (version 5.526a) in the 
  26. file dospecial.c in function dospecial, you will see that this case is 
  27. handled.  It flags the "`zcat filename" as a special case and uses a call 
  28. to popen (in function copyfile in output.c).  This allows the "zcat filename" 
  29. command to be executed and then dvips just reads the uncompressed input 
  30. from the pipe.
  31.  
  32. Would it be possible to have xdvi handle this case also?
  33.  
  34. Thanks,
  35.  
  36. Karen Barrett (karenb@cc.gatech.edu (404)894-2381)
  37.  
  38. -- 
  39.  
  40.                     -Karen Barrett (karenb@cc.gatech.edu)